home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / cas4.htm < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  3.1 KB  |  88 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
  8.         <meta http-equiv="MSThemeCompatible" content="yes" />
  9.         <link href="ccc.css" type="text/css" rel="STYLESHEET" />
  10.             <script src="ccc.js"></script>
  11.             <script language="javascript">
  12.             <!--
  13.             function SetupFields()
  14.             {
  15.                 var sCode = getParamVal("SourceID");
  16.                 if (sCode != null)
  17.                 {
  18.                     var oField = document.getElementById("txtID");
  19.                     if (oField != null)
  20.                     {
  21.                         oField.value = sCode;
  22.                     }
  23.                 }
  24.             }
  25.  
  26.             function OnTxtFieldChanging()
  27.             {
  28.                 var oKey = document.getElementById("txtKey");
  29.                 var sResult = "false";
  30.                 
  31.                 if (oKey != null)
  32.                 {
  33.                     if (ValidateSerial(oKey.value))
  34.                 {
  35.                         sResult = "true";
  36.                 }
  37.  
  38.                     location = "pcucmd://StoreParam?key=" + oKey.value;
  39.             }
  40.             
  41.                 location="pcucmd://CanContinue?enable=" + sResult;
  42.             }
  43.             -->
  44.             </script>
  45.     </head>
  46.     <body onload="location='pcucmd://FrameDataLoaded'; SetupFields();" tabindex="-1">
  47.         <div id="pcu_data" style="DISPLAY: none">
  48.             PageDimension:630,440
  49.         </div>
  50.         <div id="ButtonBar" style="display:none">
  51.             <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  52.                 <tr>
  53.                     <td align="right">
  54.                         <button accesskey="B" type="button" id="btnBack" name="btnBack" onclick="location='pcucmd://Previous'">< <u>B</u>ack</button>
  55.                         <button accesskey="O" type="submit" id="btnContinue" disabled="true" name="btnContinue"    onclick="window.focus(); event.srcElement.focus(); location='pcucmd://SetKey'; document.location='pcucmd://Continue?condition=true'">C<u>o</u>ntinue</button>
  56.                         <button accesskey="C" type="button" id="btnCancel" name="btnCancel" onclick="window.focus(); event.srcElement.focus(); location='pcucmd://Cancel'"><u>C</u>ancel</button>
  57.                     </td>
  58.                 </tr>
  59.             </table>
  60.         </div>
  61.         <h3>Contact Corel Customer Service.</h3>
  62.         <p>
  63.         Click the Customer Service button to see a listing of available Corel Customer Service phone numbers worldwide:
  64.         </p>
  65.         <p align="center">
  66.             <button accesskey="S" type="button" onclick="location='pcucmd://browse?url=' + ExpandRelativeURL('CCS-phone.htm')">Customer <u>S</u>ervice</button>
  67.         </p>
  68.         <p>
  69.         To proceed, enter the Trial Serial Number you receive from Corel Customer Service in the 
  70.         space provided below and choose Continue.
  71.         </p>
  72.         <table style="width: 80%" cellspacing="8" align="center">
  73.             <tr>
  74.                 <td width="30%" align="right"><label for="txtID" accesskey="D">I<u>D</u> Code:</label></td>
  75.                 <td width="80%">
  76.                     <input type="text" readonly="yes" size="40" id="txtID"/>
  77.                 </td>
  78.             </tr>
  79.             <tr>
  80.                 <td width="30%" align="right"><label for="txtKey" accesskey="T"><u>T</u>rial Serial Number:</label></td>
  81.                 <td width="80%">
  82.                     <input type="text" id="txtKey" size="40" onkeyup="OnTxtFieldChanging()" />
  83.                 </td>
  84.             </tr>
  85.         </table>
  86.     </body>
  87. </html>
  88.